Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/solygambas/html-css-javascript-projects/062-exchange rate calculator/

index.html /cody/solygambas/html-css-javascript-projects/062-exchange rate calculator/index.html
379 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, in
script.js /cody/solygambas/html-css-javascript-projects/062-exchange rate calculator/script.js
227 Views
0 Comments
const currencyOne = document.getElementById("currency-one");
const amountOne = document.getElementById("amount-one");
const curr
style.css /cody/solygambas/html-css-javascript-projects/062-exchange rate calculator/style.css
166 Views
0 Comments
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");

:root {
--primary-color: #fd5900;
}